GXGetInkAttributes
You can use theGXGetInkAttributes
function to examine which attributes of an ink object are set.
gxInkAttribute GXGetInkAttributes(gxInk source);
source
- A reference to the ink to find the attributes of.
- function result
- The ink attributes of the source ink object.
ERRORS, WARNINGS, AND NOTICES
Errors out_of_memory ink_is_nil SEE ALSO
Ink attributes are described in the section "Ink Attributes" beginning on page 5-9.To change the attributes of an ink object, use the
GXSetInkAttributes
function, described in the next section.To examine the attributes of the ink object associated with a specified shape, use the
GXGetShapeInkAttributes
function, described on page 5-62.